Adwaita: style GtkLabel.separator
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 29 Aug 2014 13:32:45 +0000 (15:32 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 29 Aug 2014 13:32:45 +0000 (15:32 +0200)
Fixes gnome-document search popup titles.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index ee1440749eb398a02c28f6242a92f9d39f7ddfb0..f24c77c5b4ab13724616c9c91ba38c93d6b27206 100644 (file)
 }
 
 GtkLabel {
+  &.separator {
+    color: $fg_color;
+    @extend .dim-label;
+    &:backdrop { color: $backdrop_fg_color; }
+  }
   &:selected,
   &:selected:focus,
   &:selected:hover {
index 5bda289e046663527bc21b8ab25a86fc96a662a9..19e1ea345756a7e74deca2b00663e270b21e029a 100644 (file)
 .overshoot {
   background-color: rgba(33, 93, 156, 0.2); }
 
+GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
+.sidebar .view GtkLabel.separator:backdrop {
+  color: #eeeeec; }
+  GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
+  .sidebar .view GtkLabel.separator:backdrop {
+    color: #c9cbc9; }
 GtkLabel:insensitive {
   color: #939695; }
   GtkLabel:insensitive:backdrop {
     color: #5d6767; }
 
-.dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
+.dim-label, GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
+.sidebar .view GtkLabel.separator:backdrop, .titlebar .subtitle, GtkCalendar.header .subtitle,
 .header-bar .subtitle {
   opacity: 0.55;
   text-shadow: none; }
index 223bd64f428450dc99f3336b85cfd9391f904242..03c12c2fa8032329ebae0e680fe96bfc9a995499 100644 (file)
 .overshoot {
   background-color: rgba(74, 144, 217, 0.2); }
 
+GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
+.sidebar .view GtkLabel.separator:backdrop {
+  color: #2e3436; }
+  GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
+  .sidebar .view GtkLabel.separator:backdrop {
+    color: #54595a; }
 GtkLabel:insensitive {
   color: #8d9091; }
   GtkLabel:insensitive:backdrop {
     color: #c7c7c7; }
 
-.dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
+.dim-label, GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
+.sidebar .view GtkLabel.separator:backdrop, .titlebar .subtitle, GtkCalendar.header .subtitle,
 .header-bar .subtitle {
   opacity: 0.55;
   text-shadow: none; }